.content {
  min-height: 100vh;
  position: relative;
}

.bg-space {
  background-color: #2a2a2a;
}

.space-top {
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
}

.space-top button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: rgb(156, 163, 175);
  background-color: transparent;
  border: none;
  padding: 0.5rem;
  border-radius: 9999px;
  width: 1.5rem;
  height: 1.5rem;
}

.space-top button:hover {
  color: #475569;
  background-color: #af9e62;
}

.space-top .text-pin {
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 100%;
}

.space-top .text-pin h4 {
  font-size: 1.25rem;
}

.card-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  max-width: 28rem;
  margin: 0 auto;
}

.card-login img {
  width: 248px;
  object-fit: contain;
  max-width: 100%;
}

.card-login h3 {
  margin-top: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}

.card-login h6 {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}

.card-login form {
  width: 100%;
  padding: 0 1.5rem;
}

.card-login form .btn-select {
  height: 50px;
  color: #fff;
  background-color: rgb(71, 85, 105);
  border: none;
  border-radius: 0.75rem;
  outline: none;
  font-weight: 500;
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.card-login form .btn-select:focus {
  outline: 2px solid #fff;
}

.card-login form .label-phone {
  font-size: 1rem;
  text-align: center;
  width: 100%;
  position: relative;
  display: block;
}

.card-login form .label-phone span {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
}

.card-login form .label-phone span i {
  color: #fff;
}

.card-login form .label-phone .input-phone {
  color: #fff;
  background-color: rgb(71, 85, 105);
  border-color: rgb(75, 85, 99);
  outline: 2px solid transparent;
  outline-offset: 2px;
  text-align: center;
  padding: 0.75rem 1.25rem 0.75rem 3rem;
  border-width: 1px;
  border-radius: 0.75rem;
  width: 100%;
  display: block;
}

.card-login form .label-phone .input-phone:focus {
  outline-color: #fff;
  outline-offset: 0;
}

.card-login form .label-phone input::placeholder {
  color: #bebebe;
}

.card-login form .btn-submit {
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  background-color: rgb(175, 158, 98);
  border-radius: 0.75rem;
  border: none;
  width: 100%;
  margin: 2rem 0;
  font-weight: bold;
}

.card-login form .alter-login-line {
  display: flex;
  align-items: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.4);
}

.card-login form .alter-login-line .dash-line {
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
}

.card-login form .alternate-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.card-login form .alternate-login .bg-icon-login {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.card-login form .alternate-login .bg-icon-login .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 0.875rem;
  gap: 0.25rem;
}

.card-login form .alternate-login .bg-icon-login .item button {
  color: #fff;
  background-color: rgb(30, 41, 59);
  text-align: center;
  padding: 0;
  border: none;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}

.card-login form .alternate-login .bg-icon-login .item button div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}

.card-login form .alternate-login .bg-icon-login .item button img {
  fill: currentColor;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  object-fit: cover;
}

.card-login a.link-to-home {
  padding: 0 24px;
  width: 100%;
  text-decoration: none;
}

.card-login a.link-to-home .btn-back-home {
  background-color: transparent;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  border: 1px solid rgb(175, 158, 98);
  width: 100%;
  border-radius: 0.75rem;
  display: block;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

.card-login a.link-to-home .btn-back-home span {
  font-weight: 700;
  font-size: 1rem;
}

.card-login p {
  color: rgb(156, 163, 175);
}

.content-pin {
  padding: 1rem 0;
  max-width: 28rem;
  min-height: fit-content;
  margin: 0 auto;
}

.content-pin h1 {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 2rem;
}

.content-pin .block-pass {
  display: grid;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-template-columns: repeat(6, minmax(0, 1fr));
  text-align: center;
  padding: 0 1.5rem;
  gap: 0.5rem;
}

.content-pin .block-pass input {
  color: rgb(30, 41, 59);
  background-color: rgb(161, 161, 170);
  outline: 2px solid transparent;
  outline-offset: 2px;
  border: none;
  font-size: 2rem;
  text-align: center;
  border-radius: 0.5rem;
  width: 3rem;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 2px 4px 0px inset;
}

.content-pin .base-pad-btn {
  display: grid;
  background-color: transparent;
  color: #fff;
  padding: 0.75rem;
  border-radius: 1.5rem;
  gap: 0.75rem;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  grid-template-columns: repeat(3, minmax(0, 1fr));
  touch-action: manipulation;
  max-width: 20rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
}

@media (min-width: 376px) {
  .content-pin .base-pad-btn {
    padding-bottom: 1.25rem;
  }
}

.content-pin .base-pad-btn .pad-btn {
  touch-action: manipulation;
  margin: 0.125rem auto;
  height: 5rem;
  width: 5rem;
  border-radius: 9999px;
  font-size: 1.5rem;
  background-color: hsla(220, 9%, 46%, 0.3);
  border: none;
  color: #fff;
}

.content-pin .base-pad-btn .pad-btn.btn-del {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-register {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  max-width: 28rem;
  margin: 0 auto;
}

.card-register img {
  width: 200px;
  object-fit: contain;
  max-width: 100%;
  max-height: 100px;
}

.card-register h3 {
  margin-top: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}

.card-register h6 {
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  text-align: center;
  margin-bottom: 2rem;
}

.card-register .step-register {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.card-register .step-register ol {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 91.67%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.card-register .step-register ol li:nth-child(1),
.card-register .step-register ol li:nth-child(2) {
  color: #fff;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-register .step-register ol li:nth-child(1)::after,
.card-register .step-register ol li:nth-child(2)::after {
  content: "";
  background-color: rgb(130, 116, 67);
  border-bottom-width: 1px;
  border-width: 4px;
  width: 100%;
  height: 0.25rem;
  display: inline-block;
}

.card-register .step-register ol li:nth-child(1) span,
.card-register .step-register ol li:nth-child(2) span {
  background-color: rgb(130, 116, 67);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}

@media (min-width: 1024px) {

  .card-register .step-register ol li:nth-child(1) span,
  .card-register .step-register ol li:nth-child(2) span {
    width: 3rem;
    height: 3rem;
  }
}

.card-register .step-register ol li:nth-child(1) .unfinished,
.card-register .step-register ol li:nth-child(2) .unfinished {
  background-color: rgb(55, 65, 81);
  border: 2px solid rgb(130, 116, 67);
}

.card-register .step-register ol li:nth-child(3) {
  color: #fff;
  display: flex;
  align-items: center;
}

.card-register .step-register ol li:nth-child(3) span {
  background-color: rgb(130, 116, 67);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}

@media (min-width: 1024px) {
  .card-register .step-register ol li:nth-child(3) span {
    width: 3rem;
    height: 3rem;
  }
}

.card-register .step-register ol li:nth-child(3) span .unfinished {
  background-color: rgb(55, 65, 81);
  border: 2px solid rgb(130, 116, 67);
}

.card-register .step-register .text-step-regis {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgb(161, 161, 161);
  width: 100%;
  margin: 0.25rem 0;
}

.card-register .step-register .text-step-regis div {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.card-register .step-register .text-step-regis div:nth-child(2) {
  margin-left: -2.5rem;
}

.card-register .step-register .text-step-regis div:nth-child(3) {
  margin-left: -1.5rem;
  margin-right: 1rem;
}

@media (min-width: 1024px) {
  .card-register .step-register .text-step-regis div:nth-child(3) {
    margin-right: 1.5rem;
  }
}

.card-register form {
  width: 100%;
  padding: 0 1.5rem;
}

.card-register form .select-bank {
  width: 100%;
  margin-bottom: 10px;
}

.card-register form .select-bank label {
  color: #fff;
  font-size: 0.875rem;
}

.card-register form .select-bank select {
  padding: 10px 15px;
  background-color: #475569;
  color: #ffffff;
  border: none;
}

.card-register form .select-bank select:focus {
  outline: 2px solid #fff;
}

.card-register form .bank-id {
  width: 100%;
}

.card-register form .bank-id label {
  color: #fff;
  font-size: 0.875rem;
}

.card-register form .bank-id .icon-input span {
  background-color: #475569;
  color: #858e9c;
  border: none;
}

.card-register form .bank-id .icon-input input {
  border: none;
  background-color: #475569;
  color: #ffffff;
  padding: 10px 0;
  padding-left: 20px;
}

.card-register form .bank-id .icon-input input:focus {
  outline: 2px solid #fff;
}

.card-register form .bank-id .icon-input input::placeholder {
  color: #bebebe;
}

.card-register form .btn-next {
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  background-color: rgb(175, 158, 98);
  border-radius: 0.75rem;
  border: none;
  width: 100%;
  margin: 2rem 0;
  font-weight: bold;
}

.card-register form .alter-login-line {
  display: flex;
  align-items: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.4);
}

.card-register form .alter-login-line .dash-line {
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 100%;
}

.card-register form .alternate-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.card-register form .alternate-login .bg-icon-login {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.card-register form .alternate-login .bg-icon-login .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 0.875rem;
  gap: 0.25rem;
}

.card-register form .alternate-login .bg-icon-login .item button {
  color: #fff;
  background-color: rgb(30, 41, 59);
  text-align: center;
  padding: 0;
  border: none;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
}

.card-register form .alternate-login .bg-icon-login .item button div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}

.card-register form .alternate-login .bg-icon-login .item button img {
  fill: currentColor;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  object-fit: cover;
}

.card-register form .second-step {
  display: none;
}

.card-register form .second-step .user-bank {
  color: #fff;
  background-color: rgb(17, 24, 39);
  padding: 0.75rem 1rem;
  border-radius: 1rem;
}

.card-register form .second-step .user-bank .base-img {
  background-color: #138f2d;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.card-register form .second-step .user-bank .base-img img {
  max-width: 100%;
  width: 3rem;
  height: 3rem;
}

.card-register form .second-step .user-bank .b-name {
  display: flex;
  gap: 0.25rem;
}

.card-register form .second-step .user-bank .b-user {
  font-size: 0.875rem;
}

.card-register form .second-step .user-bank .b-id {
  font-size: 0.875rem;
}

.card-register form .second-step .input-icon {
  margin-top: 20px;
}

.card-register form .second-step .input-icon label {
  color: #fff;
  font-size: 0.875rem;
}

.card-register form .second-step .input-icon span {
  background-color: #475569;
  color: #c7c7c7;
  border: none;
}

.card-register form .second-step .input-icon input {
  border: none;
  background-color: #475569;
  color: #ffffff;
  padding: 10px 0;
  padding-left: 20px;
}

.card-register form .second-step .input-icon input:focus {
  outline: 2px solid #fff;
}

.card-register form .second-step .input-icon input::placeholder {
  color: #bebebe;
}

.card-register form .second-step .input-icon .btn-select {
  display: flex;
  background-color: #475569;
  border-radius: 8px;
}

.card-register form .second-step .input-icon .btn-select img {
  max-width: 100%;
  width: 1.5rem;
}

.card-register form .second-step .input-icon .btn-select button {
  color: #dadada;
  padding: 10px;
  background-color: transparent;
  border: none;
  border-radius: 8px;
}

.card-register form .second-step .input-icon .btn-select button:focus {
  outline: 2px solid #fff;
}

.card-register p {
  color: rgb(156, 163, 175);
}

.user-bank-info {
  width: 90%;
  margin-bottom: 10px;
  color: #fff;
  background-color: rgb(17, 24, 39);
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  position: relative;
}

.user-bank-info .base-img {
  background-color: #138f2d;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.user-bank-info .base-img img {
  max-width: 100%;
  width: 3rem;
  height: 3rem;
}

.user-bank-info .b-name {
  display: flex;
  gap: 0.25rem;
}

.user-bank-info .b-user {
  font-size: 0.875rem;
}

.user-bank-info .b-id {
  font-size: 0.875rem;
}

.user-bank-info .status {
  position: absolute;
  right: 10px;
}

.user-bank-info .status div {
  font-size: 12px;
  background-color: #5fd788;
  padding: 4px 5px;
  border-radius: 20px;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-bank-info .status div span {
  margin-right: 5px;
  background-color: #fff;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 15px;
  height: 15px;
}

.user-bank-info .status div span i {
  color: #5fd788;
}

.base-social {
  max-width: 400px;
  margin: 0 auto;
}

.base-social .icon-link {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #1f2937;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.base-social .icon-link .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.base-social .icon-link .icon img {
  border-radius: 9999px;
  object-fit: cover;
  width: 2.5rem;
  height: 2.5rem;
}

.base-social .icon-link .icon p {
  color: #fff;
  margin: 0;
  margin-left: 10px;
  font-weight: 600;
}

.base-social .btn-link button {
  background-color: #2563eb;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
}

.base-social .btn-link button span {
  margin-right: 5px;
}

.select-option {
  max-width: 420px;
  margin: 20px auto;
  padding: 10px;
}

.select-option .option {
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  width: 100%;
  background-color: #323334;
  color: #fff;
}

.select-option .option p {
  margin: 0;
}

.select-option .option .img-option {
  margin-top: 10px;
  border: 2px solid #d1c8a7;
  border-radius: 15px;
  padding: 10px;
  width: 120px;
  display: flex;
  flex-direction: columns;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #3f3e36;
}

.select-option .option .img-option img {
  width: 2.5rem;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

.select-option .option .img-option p {
  margin: 0;
  font-size: 12px;
}

.select-option .text-suggest {
  background-color: #8b3636;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #f77171;
  color: #ebb2b2;
}

.select-option .text-suggest ul {
  margin: 0;
}

.select-option #formdeposit input {
  border: none;
  border-radius: 10px;
  padding: 10px;
  margin: 15px 0 10px;
  width: 100%;
  text-align: center;
  outline: none;
  font-size: 20px;
}

.select-option #formdeposit input::placeholder {
  color: #969696;
}

.select-option #formdeposit .btn-group {
  display: flex;
  justify-content: space-around;
}

.select-option #formdeposit .btn-group button {
  color: #fff;
  background-color: #3d3e3f;
  padding: 8px 10px;
  border: none;
  border-radius: 50px;
}

.select-option #formdeposit .btn-group button:hover {
  background-color: #333;
}

.select-option #formdeposit .btn-group button:active {
  background-color: #b6b2a4;
}

.select-option #formdeposit #clear-deposit {
  text-align: center;
  margin: auto;
  width: 50%;
  border: none;
  border-radius: 10px;
  background-color: #8b3636;
  color: #fff;
  padding: 10px 20px;
}

.select-option #formdeposit #clear-deposit:hover {
  background-color: #582020;
}

.select-option #formdeposit #clear-deposit:active {
  background-color: #a84f4f;
}

.select-option #formdeposit #confirm-deposit {
  margin: 20px 0;
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 10px;
  background-color: #af9e62;
  color: #fff;
}

.select-option #formdeposit #confirm-deposit:hover {
  background-color: #8d7f4c;
}

.select-option #formdeposit #confirm-deposit:active {
  background-color: #b6b2a4;
}

.content-withdraw {
  max-width: 450px;
  margin: 0 auto;
}

.content-withdraw .wallet-now {
  padding: 10px;
  margin: 10px 0;
  width: 100%;
  color: #cacaca;
}

.content-withdraw .wallet-now h4 {
  font-size: 14px;
}

.content-withdraw .wallet-now h3 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}

.content-withdraw .wallet-now h3 span {
  font-size: 16px;
}

.content-withdraw .bg-withdraw {
  background-color: #0c111b;
  padding: 20px;
  border-radius: 20px;
}

.content-withdraw .bg-withdraw .user-bank-info {
  width: 100%;
  display: flex;
  flex-direction: columns;
  background-color: #252932;
}

.content-withdraw .bg-withdraw .user-bank-info .logo-bank {
  margin-right: 20px;
  /* background-color: green; */
  border-radius: 10px;
  width: 4rem;
  height: 4rem;
}

.content-withdraw .bg-withdraw .user-bank-info .logo-bank img {
  padding: 10px;
}

.content-withdraw .bg-withdraw .user-bank-info .user-info p {
  margin: 0;
}

.content-withdraw .bg-withdraw .user-bank-info .user-info p:nth-child(1) {
  font-size: 18px;
  font-weight: 500;
}

.content-withdraw .bg-withdraw .user-bank-info .user-info p:nth-child(2),
.content-withdraw .bg-withdraw .user-bank-info .user-info p:nth-child(3) {
  font-size: 14px;
  font-family: sans-serif;
}

.content-withdraw .bg-withdraw .limit-withdraw {
  background-color: #252932;
  border-radius: 20px;
  padding: 5px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-family: sans-serif;
}

.content-withdraw .bg-withdraw .text-suggest {
  margin: 10px 0;
  background-color: #8b3636;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #f77171;
  color: #ebb2b2;
}

.content-withdraw .bg-withdraw .text-suggest ul {
  margin: 0;
}

.content-withdraw .bg-withdraw #formwithdraw input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(119, 119, 119, 0.5803921569);
  color: #fff;
  padding: 10px;
  margin: 15px 0 10px;
  width: 100%;
  text-align: center;
  outline: none;
  font-size: 18px;
}

.content-withdraw .bg-withdraw #formwithdraw input::placeholder {
  color: #969696;
}

.content-withdraw .bg-withdraw #formwithdraw .btn-group {
  display: flex;
  justify-content: space-around;
}

.content-withdraw .bg-withdraw #formwithdraw .btn-group button {
  color: #fff;
  background-color: #3d3e3f;
  padding: 8px 10px;
  border: none;
  border-radius: 50px;
}

.content-withdraw .bg-withdraw #formwithdraw .btn-group button:hover {
  background-color: #333;
}

.content-withdraw .bg-withdraw #formwithdraw .btn-group button:active {
  background-color: #b6b2a4;
}

.content-withdraw .bg-withdraw #formwithdraw #clear-withdraw {
  text-align: center;
  margin: auto;
  width: 50%;
  border: none;
  border-radius: 10px;
  background-color: #8b3636;
  color: #fff;
  padding: 10px 20px;
}

.content-withdraw .bg-withdraw #formwithdraw #clear-withdraw:hover {
  background-color: #582020;
}

.content-withdraw .bg-withdraw #formwithdraw #clear-withdraw:active {
  background-color: #a84f4f;
}

.content-withdraw .bg-withdraw #formwithdraw #confirm-withdraw  {
  margin: 20px 0;
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 10px;
  background-color: #af9e62;
  color: #fff;
}

.content-withdraw .bg-withdraw #formwithdraw #confirm-withdraw:hover  {
  background-color: #8d7f4c;
}

.content-withdraw .bg-withdraw #formwithdraw #confirm-withdraw:active  {
  background-color: #b6b2a4;
}


.content-withdraw .bg-withdraw #formwithdraw #confirm-withdraw-creditfree {
  margin: 20px 0;
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 10px;
  background-color: #af9e62;
  color: #fff;
}

.content-withdraw .bg-withdraw #formwithdraw  #confirm-withdraw-creditfree:hover {
  background-color: #8d7f4c;
}

.content-withdraw .bg-withdraw #formwithdraw   #confirm-withdraw-creditfree:active{
  background-color: #b6b2a4;
}

.content-history {
  max-width: 860px;
  margin: 0 auto;
  padding: 10px;
}

.content-history .nav-tab {
  margin: 20px 0;
  background-color: #0c111b;
  display: flex;
  border-radius: 10px;
}

.content-history .nav-tab button {
  color: #989fab;
  width: 100%;
  border: none;
  padding: 10px 20px;
  background-color: transparent;
  transition: all 0.2s linear;
}

.content-history .nav-tab button.active {
  color: #fff;
  background-color: #af9e62;
  border-radius: 10px;
}

.content-history .nav-tab button:active {
  background-color: #534922;
  border-radius: 10px;
}

.content-history .data-tab {
  width: 100%;
  background-color: #222222;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  column-gap: 10px;

  .text-right {
    text-align: right !important;
  }

  .item-data {
    padding: 0 10px;
    flex-grow: 5;

    .item-success,
    .item-fail,
    .item-warning {
      color: #fff;
      background-color: #2f8d51;
      padding: 0 10px;
      border-radius: 10px;
    }

    .item-fail {
      background-color: #8d2f2f;
    }

    .item-warning {
      background-color: hwb(35 16% 0%);
    }

    .item-datetime {
      font-size: 12px;
      margin-top: 5px;
    }
  }

  .item-amount {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;


  }
}

.content-history .data-tab .no-data {
  text-align: center;
  color: #989fab;
}

.content-contact {
  max-width: 400px;
  margin: 20px auto;
  padding: 10px;
}

.content-contact .contact {
  display: flex;
}

.content-contact .contact .line {
  padding: 10px 15px;
  width: 150px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(182, 182, 182, 0.5019607843);
  border-radius: 10px;
}

.content-contact .contact .line span {
  margin: 0 auto;
  border-radius: 9999px;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 10px;
  overflow: hidden;
}

.content-contact .contact .line span img {
  width: 100%;
  object-fit: cover;
}

.content-contact .contact .line h4 {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.content-contact .contact .line:hover {
  cursor: pointer;
  box-shadow: 0px 5px 10px rgba(255, 255, 255, 0.2);
}

.content-profile {
  min-height: calc(100vh + 100px);
  height: max-content;
  max-width: 400px;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #2B2B2B;

  @media(width < 350px) {
    min-height: calc(100vh + 180px);

  }
}

.content-profile .card-user {
  position: relative;

}

.content-profile .card-user .card-info {
  height: 260px;
  background-color: #353535;
  padding: 10px 15px;
  border-radius: 10px;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;

  p#user-id {
    text-transform: uppercase;
    margin: 0;
  }

  span#credit-now {
    font-size: 18px;
    font-weight: 600;
    color: #30a75b;
  }
}

.content-profile .card-user .card-info .user-img {
  margin: 5px 0 10px 0;
}

.content-profile .card-user .card-info .row-btn-fin {
  width: 100%;
  gap: 5px;
  flex-wrap: nowrap;

  .col {
    padding: 0;
  }

  button {
    margin-top: 10px;
    width: 95%;
    height: 40px;
    padding: 5px;
    border: none;
    border-radius: 15px;
    color: #fff;

    &.btnDepo {
      background-color: #17A34A;

      &:hover {
        background-color: #106e33;
      }
    }

    &.btnWith {
      background-color: #F87316;

      &:hover {
        background-color: #a54e0f;
      }
    }

    i {
      margin-right: 5px;
    }
  }

}

.content-profile .card-user .card-info .card-bank {
  width: 100%;
  margin-top: 10px;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  background-color: #111827;
}

.content-profile .card-user .card-info .card-bank span {
  border-radius: 10px;
  padding: 10px;
  display: inline-block;
  /* background-color: #138f2d; */
  width: 4rem;
  height: 4rem;
}

.content-profile .card-user .card-info .card-bank span img {
  max-width: 100%;
}

.content-profile .card-user .card-info .card-bank .b-name {
  font-size: 18px;
}

.content-profile .card-user .card-info .card-bank .b-user,
.content-profile .card-user .card-info .card-bank .b-id {
  font-size: 14px;
}

.content-profile .menu-list {
  margin-top: 50px;
}

.content-profile .menu-list .text-detail {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-profile .menu-list .btn-setting-group {
  background-color: #353535;
  margin: 15px 0;
  border-radius: 10px;
  padding: 15px;
  color: #fff;

  .btn-item {

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;

    .item {
      @media(width<340px) {
        width: 45% !important;
      }

      width: 30%;
      height: 80px;
      /* margin: 0 auto; */

      display: flex;
      flex-direction: column;
      align-items: center;

      span {
        background-color: #0C111B;
        color: #AF9E62;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 50px;
      }

      p {
        margin: 5px 0 0 0;
        font-size: 12px;
        text-wrap: nowrap;
      }

      &:hover {
        cursor: pointer;

        span {
          background-color: #4b5563;
        }
      }
    }
  }
}

.content-profile .menu-list .btn-howto-group {
  background-color: #353535;
  margin: 15px 0;
  border-radius: 10px;
  padding: 15px;
  color: #fff;

  .btn-item {
    display: flex;
    justify-content: center;
    gap: 10px;

    .item {
      width: 30%;
      height: 80px;

      @media(width<340px) {
        width: 45% !important;
      }

      display: flex;
      flex-direction: column;
      align-items: center;

      span {
        background-color: #0C111B;
        color: #AF9E62;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        border-radius: 50px;
      }

      p {
        margin: 5px 0 0 0;
        font-size: 12px;
        text-wrap: nowrap;
      }

      &:hover {
        cursor: pointer;

        span {
          background-color: #4b5563;
        }
      }
    }
  }
}

.content-profile .btn-logout {
  width: 100%;
  border: none;
  height: 50px;
  border-radius: 10px;
  padding: 0 20px;
  color: #fff;
  background-color: #dc2626;

  span {
    margin-right: 10px;
  }

  &:hover {
    background-color: #9b1515;
  }
}

.content-profile .menu-list .btn-action-group {
  display: flex;
  flex-direction: column;
}

.content-profile .menu-list .btn-action-group button {
  padding: 15px 25px;
  background-color: #0c111b;
  color: #fff;
  border: none;
  border-radius: 50px;
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-profile .menu-list .btn-action-group button:hover {
  background-color: #4b5563;
}

.content-profile .menu-list .btn-action-group button div i {
  font-size: 18px;
  color: #af9e62;
  margin-right: 10px;
}

.content-profile .menu-list .btn-action-group button:nth-last-child(1) {
  background-color: #dc2626;
}

.content-profile .menu-list .btn-action-group button:nth-last-child(1) i {
  color: #fff;
}

.content-profile .menu-list .btn-action-group button:nth-last-child(1):hover {
  background-color: #9b1515;
}

.content-howto-unblock {
  max-width: 1132px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 20px;
  background-color: #0c111b;
  border-radius: 10px;
}

.content-howto-unblock #howto1Tab {
  border-bottom: 1px solid #374151;
}

.content-howto-unblock #howto1Tab .nav-link {
  border: none;
  color: #8b919e;
}

.content-howto-unblock #howto1Tab .nav-link.active {
  background-color: #181d27;
  color: #998b58;
  border-bottom: 1px solid #374151;
}

.content-howto-unblock #howto1TabContent {
  max-width: 380px;
  text-align: center;
  margin: 0 auto;
}

.content-howto-unblock #howto1TabContent h4 {
  font-weight: 600;
}

.content-howto-unblock #howto1TabContent p,
.content-howto-unblock #howto1TabContent h4 {
  margin: 20px 0;
  text-align: left;
  color: #fff;
}

.content-howto-unblock #howto1TabContent img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.content-his-bet {
  max-width: 896px;
  margin: 20px auto;
  padding: 10px 16px;
}

.content-his-bet .datepicker {
  text-align: right;
}

.content-his-bet .datepicker input {
  text-align: right;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
  outline: none;
}

.content-his-bet .flex-data {
  margin: 20px 0;
  display: flex;
  gap: 10px;
}

.content-his-bet .flex-data div {
  padding: 5px 10px;
  border-left: 4px solid #fff;
  width: 100%;
  color: #fff;
  background-color: #3f3f40;
}

.content-his-bet .flex-data div p {
  margin: 0;
}

.content-his-bet .data-table {
  overflow: auto;
  color: #fff;
}

.content-his-bet .data-table table {
  text-align: left;
  border: 2px solid rgb(75, 85, 99);
  width: 100%;
}

.content-his-bet .data-table thead tr {
  font-size: 0.875rem;
  background-color: rgb(31, 41, 55);
  text-wrap: nowrap;
}

.content-his-bet .data-table th {
  font-weight: 500;
  text-align: center;
  padding: 0.25rem 0.5rem;
  border: 2px solid rgb(75, 85, 99);
}

.content-his-bet .data-table tbody tr {
  color: rgb(55, 65, 81);
  font-size: 0.75rem;
  text-align: center;
  background-color: rgb(254, 252, 232);
}

/*# sourceMappingURL=login.css.map */